Skip to content

docs(mobile): fix kilo run launch command and switch orchestrator to sonnet-5 high#4601

Merged
iscekic merged 2 commits into
mainfrom
fix/mobile-workflow-kilo-run-arg-order
Jul 17, 2026
Merged

docs(mobile): fix kilo run launch command and switch orchestrator to sonnet-5 high#4601
iscekic merged 2 commits into
mainfrom
fix/mobile-workflow-kilo-run-arg-order

Conversation

@iscekic

@iscekic iscekic commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Two fixes to the orchestrator launch command in MOBILE_WORKFLOW.md:

  1. Argument order: kilo run --file <handoff> "<message>" fails with File not found: <message> because --file is an array option that consumes the trailing positional (reproduced on kilo 7.4.9). The message now comes before the flags, with a note explaining why.

  2. Orchestrator model: kilo/kilo-auto/frontier currently gets zero prompt caching through the gateway (verified: 2-turn probe, both turns billed full input, ~$5.2/M blended; 351M input tokens across last night's orchestrator sessions billed uncached at ~$1,800). kilo/anthropic/claude-sonnet-5 --variant high caches correctly (verified: turn 1 cache-write 40k, turn 2 cache-read 39.9k, 12x cheaper), so the workflow now launches orchestrators on it until frontier caching is fixed.

@iscekic iscekic self-assigned this Jul 16, 2026
@kilo-code-bot

kilo-code-bot Bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Executive Summary

Second commit switches the orchestrator launch command's model from kilo/kilo-auto/frontier to kilo/anthropic/claude-sonnet-5 --variant high and updates the surrounding note text consistently; no logic, security, or runtime issues in this documentation-only change.

Files Reviewed (1 files)
  • apps/mobile/.kilo/MOBILE_WORKFLOW.md
Previous Review Summary (commit 447eff2)

Current summary above is authoritative. Previous snapshots are kept for context only.

Previous review (commit 447eff2)

Status: No Issues Found | Recommendation: Merge

Executive Summary

Documentation-only reordering of the kilo run example command in MOBILE_WORKFLOW.md; the fix matches the described --file array-consumption behavior and the accompanying note is accurate.

Files Reviewed (1 files)
  • apps/mobile/.kilo/MOBILE_WORKFLOW.md

Reviewed by claude-sonnet-5 · Input: 16 · Output: 2.2K · Cached: 288.8K

Review guidance: REVIEW.md from base branch main

@iscekic iscekic changed the title docs(mobile): fix kilo run argument order in workflow launch command docs(mobile): fix kilo run launch command and switch orchestrator to sonnet-5 high Jul 17, 2026
@iscekic
iscekic enabled auto-merge (squash) July 17, 2026 07:42
@iscekic
iscekic merged commit 2545a74 into main Jul 17, 2026
20 checks passed
@iscekic
iscekic deleted the fix/mobile-workflow-kilo-run-arg-order branch July 17, 2026 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants